Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Frame Manipulation Functions /


JMFrameClick

Dispatches a mouse event to a frame.

OSStatus JMFrameClick (
                     JMFrameRef frame, 
                     Point localPos, 
                     short modifiers);
frame
The frame where the mouse event occurred.
localPos
The position of the mouse in frame coordinates.
modifiers
Any keyboard modifiers from the EventRecord data structure. For more information about EventRecord, see Inside Macintosh: Macintosh Toolbox Essentials.
function result
A result code; see "JManager Result Codes".
DISCUSSION
The client application must keep track of the currently active frame.

SEE ALSO
"Mouse Events".


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997